filter out windows related .a files.
authorVasudev Kamath <vasudev@bhairava.copyninja.info>
Tue, 9 Jan 2018 14:59:38 +0000 (20:29 +0530)
committerVasudev Kamath <vasudev@bhairava.copyninja.info>
Tue, 9 Jan 2018 14:59:38 +0000 (20:29 +0530)
debian/vendor-tarball-filter.txt

index d3baccfb427830bbea1d690af2a1c84d17398d17..64c869228da9c45cb7416a1fce42030358cd0314 100644 (file)
@@ -16,6 +16,11 @@ strsim-*/docs/
 # <WindowsBunny> infinity0: and you can uh... run whatever mingw tool to create the import libraries from those .def files
 dbghelp-sys-*/*/*.a
 
+# added in 0.24.0
+winapi-*/*/*.a
+secur32-*/*/*.a
+schannel-*/*/*.a
+
 # To clean deps before making a new tarball, run
 # grep -v '^#' debian/deps-tarball-filter.txt | xargs -I% sh -c 'rm -rf %'